home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Tool Chest / Development Tools & Languages / HyperCard Related / Rinaldi Collection / Tabloid 1.1 (US) / Tabloid 1.1 (US) / stylesheet_2387.css < prev   
Encoding:
Cascading Style Sheet File  |  1995-02-21  |  344 b   |  31 lines

  1.         .style1
  2.         {
  3.         }
  4.         .style2
  5.         {
  6.             text-decoration: underline;
  7.             font-weight: bold;
  8.         }
  9.         .style3
  10.         {
  11.             font-weight: bold;
  12.         }
  13.         .style4
  14.         {
  15.             font-style: italic;
  16.         }
  17.         .style5
  18.         {
  19.             font-family: "Monaco";
  20.         }
  21.         .style6
  22.         {
  23.             letter-spacing: -0.1em;
  24.             font-weight: bold;
  25.         }
  26.         .style7
  27.         {
  28.             font-style: italic;
  29.             font-weight: bold;
  30.         }
  31.